home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update21.zoo / libg++ / tests / difftest next >
Encoding:
Text File  |  1992-06-03  |  2.2 KB  |  105 lines

  1. *** 1.1    1992/03/22 21:15:45
  2. --- PatchLev.h    1992/05/29 15:08:41
  3. ***************
  4. *** 1,5 ****
  5.   
  6. ! #define    PatchLevel "2"
  7.   
  8.   /*
  9.    *    the Patch Level above is to identify the version
  10. --- 1,5 ----
  11.   
  12. ! #define    PatchLevel "3"
  13.   
  14.   /*
  15.    *    the Patch Level above is to identify the version
  16. *** 1.1    1992/03/22 21:15:45
  17. --- makefile.32    1992/05/29 15:08:41
  18. ***************
  19. *** 6,12 ****
  20.   AS= $(CC)
  21.   
  22.   # common subset of options; no int size or omit-frame-pointer:
  23. ! COMMONOPT = -O
  24.   COMMONFLAGS =
  25.   COMMONDEFINES = -DNO_LIBGXX_MALLOC
  26.   
  27. --- 6,12 ----
  28.   AS= $(CC)
  29.   
  30.   # common subset of options; no int size or omit-frame-pointer:
  31. ! COMMONOPT = -O2 -fstrength-reduce
  32.   COMMONFLAGS =
  33.   COMMONDEFINES = -DNO_LIBGXX_MALLOC
  34.   
  35. ***************
  36. *** 21,28 ****
  37.   GXXFFLAGS = $(GXXOPTS)
  38.   
  39.   # normal CFLAGS including int size and omit-frame-pointer
  40. ! CFLAGS= $(CFFLAGS)
  41. ! GXXFLAGS = $(GXXFFLAGS)
  42.   
  43.   # cflags for stuff that needs to be compiled with 32 bit ints
  44.   CLFLAGS= $(CFLAGS)
  45. --- 21,28 ----
  46.   GXXFFLAGS = $(GXXOPTS)
  47.   
  48.   # normal CFLAGS including int size and omit-frame-pointer
  49. ! CFLAGS= $(CFFLAGS) -fomit-frame-pointer
  50. ! GXXFLAGS = $(GXXFFLAGS) -fomit-frame-pointer
  51.   
  52.   # cflags for stuff that needs to be compiled with 32 bit ints
  53.   CLFLAGS= $(CFLAGS)
  54. *** 1.1    1992/03/22 21:15:45
  55. --- tstring.cc    1992/05/29 15:08:45
  56. ***************
  57. *** 8,13 ****
  58. --- 8,15 ----
  59.   #include <std.h>
  60.   #include <assert.h>
  61.   
  62. + extern "C" long _stksize = 16*1024;
  63.   // can't nicely echo assertions because they contain quotes
  64.   
  65.   #define tassert(ex) {if (!(ex)) \
  66. *** 1.1    1992/03/22 21:15:45
  67. --- expected.out    1992/06/03 14:16:14
  68. ***************
  69. *** 127,133 ****
  70.   five
  71.   words
  72.   z = join(w, nw, /); z =This/string/has/five/words
  73. ! enter a word:
  74.   tinteger
  75.   one = 1
  76.   one + 1 = 2
  77. --- 127,135 ----
  78.   five
  79.   words
  80.   z = join(w, nw, /); z =This/string/has/five/words
  81. ! enter a word:word =abcdefghijklmnopqrstuvwxyz length = 26
  82. ! End of test
  83.   tinteger
  84.   one = 1
  85.   one + 1 = 2
  86. ***************
  87. *** 507,513 ****
  88.   len = 33
  89.   siz = 3
  90.   ref = 1
  91. ! man =  ccccccc8000
  92.   val = 0.1
  93.   
  94.   Fix: range errors warned
  95. --- 509,515 ----
  96.   len = 33
  97.   siz = 3
  98.   ref = 1
  99. ! man = ccccccc8000            
  100.   val = 0.1
  101.   
  102.   Fix: range errors warned
  103.